home *** CD-ROM | disk | FTP | other *** search
- /*
- (c) Copyright Taiichi Yuasa and Masami Hagiya, 1984. All rights reserved.
- Copying of this file is authorized to users who have executed the true and
- proper "License Agreement for Kyoto Common LISP" with SIGLISP.
- */
-
- /*
- include.h
- */
-
- #ifdef VAX
- #define AV
- #define UNIX
- #define BSD
- #endif
-
- #ifdef SUN
- #define AV
- #define MC68K
- #define IEEEFLOAT
- #define UNIX
- #define BSD
- #endif
-
- #ifdef SUN2R3
- #define AV
- #define MC68K
- #define IEEEFLOAT
- #define UNIX
- #define BSD
- #endif
-
- #ifdef SUN3
- #define AV
- #define MC68020
- #define IEEEFLOAT
- #define UNIX
- #define BSD
- #endif
-
- #ifdef NEWS
- #define AV
- #define MC68020
- #define IEEEFLOAT
- #define UNIX
- #define BSD
- #endif
-
- #ifdef ISI
-
-
-
-
-
- #endif
-
- #ifdef SEQ
-
-
-
-
-
- #endif
-
- #ifdef IBMRT
-
-
-
- #endif
-
- #ifdef ATT3B2
- #define AV
- #define IEEEFLOAT
- #define UNIX
- #define ATT
- #endif
-
- #ifdef S3000
- #define AV
- #define UNIX
- #define ATT
- #endif
-
- #ifdef E15
- #define AV
- #define MC68K
- #define IEEEFLOAT
- #define UNIX
- #endif
-
- #ifdef DGUX
-
-
- #endif
-
- #ifdef AOSVS
-
- #endif
-
-
- #include <stdio.h>
- #include <setjmp.h>
-
- #ifdef UNIX
- #include <ctype.h>
- #define isalphanum(x) isalnum(x)
- #endif
-
-
- #include "../h/object.h"
- #include "../h/vs.h"
- #include "../h/symbol.h"
- #include "../h/bds.h"
- #include "../h/frame.h"
- #include "../h/lex.h"
- #include "../h/eval.h"
-
- #ifdef ATT3B2
- #include "../h/att_ext.h"
- #else
- #include "../h/external.h"
- #endif
-
- #include "../h/rgbc.h"
-